This may not be the right approach however, perhaps someone will have a better take on it
I am looking for a way to force a parameter query when calling a DBSet property in a DBContext.
public DbSet<User> Users { get { return(User.Where(x=>x.TenantId == TenantId))} set; }