pub fn parse_protobuf_message(
    bytes: &[u8]
) -> Result<FeedMessage, Box<dyn Error>>