public TenantFeaturesEditViewModel(Tenant tenant, GetTenantFeaturesEditOutput output)
 {
     Tenant = tenant;
     output.MapTo(this);
 }