public async Task <T> ExecuteAsync <T>(IDatabaseQuery <T> query) { return(await query.ExecuteAsync(_db).ConfigureAwait(false)); }