public MultiTenantV3Controller(
     OperationIdService operationIdService
     )
 {
     _operationIdService = operationIdService;
 }
 public SimpleController(TenantAccessService <Tenant> tenantService, OperationIdService operationIdService, IOptionsSnapshot <Settings> settings)
 {
     _tenantService      = tenantService;
     _operationIdService = operationIdService;
     _settings           = settings.Value;
 }