public async Task ExecuteQueryAsync(string query)
 {
     await GetConnection.ExecuteAsync(query);
 }