public async virtual Task <List <T> > Get(string query = null) { return(await tableStorage.Retrieve(query)); }