public static IRepository <T> GetRepository <T>(this IMongoClient client, string tenantKey) =>
 MongoConfiguration.GetRepository <T>(client, tenantKey);
 public static IRepository <T> GetRepository <T>(this IMongoClient client) =>
 MongoConfiguration.GetRepository <T>(client);