public async Task <IList <V1CharactersNotificationsContacts> > ContactNotificationsAsync(SsoToken token)
 {
     return(await _internalLatestCharacter.ContactNotificationsAsync(token));
 }