/// <summary> /// Returns the number of entities of the current type /// </summary> public Task <int> CountAsync(string query) { return(_conn.CountAsync(query)); }