var identityApi = ctx.Use<IIdentityApi>(); identityApi.SetClaim("CPR", "123456789");
void SetClaim( string type, params string[] values )