public static IMongoCollection <T> CollectionAs <T>() where T : ServerLog { return(MongoTools.GetCollection <T>()); }
public static MongoCollection <T> CollectionAs <T>() where T : User { return(MongoTools.GetCollection <T>()); }