public List <ClaimDto> GetClaims([Service] IClaimsService context) { return(context.GetAll().Adapt <List <ClaimDto> >()); }