public async Task <IList <V1CorporationRoles> > RolesAsync(SsoToken token, long corporationId) { return(await _internalLatestCorporations.RolesAsync(token, corporationId)); }