public Task <IReadOnlyList <Emoji> > GetAllEmojis()
 {
     return(ApiConnection.GetAll <Emoji>(ApiUrls.Emojis()));
 }