public IdentityManagerTenantService(
     IIdentityManagerTenantContext <TTenant> dbContext,
     IMapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }
 public TenantsService(IIdentityManagerTenantContext <TenantDb> dbContext, IMapper mapper) : base(dbContext, mapper)
 {
 }