public IQueryable <Property> GetProperties([Service] TenantContext tenantContext) => tenantContext.Properties;
public Mutation(TenantContext context) { _context = context; }
public IQueryable <Tenant> GetTenants([Service] TenantContext tenantContext) => tenantContext.Tenants;