protected async Task <SqlConnection> GetAndOpenConnectionAsync()
 {
     return(await _connectionFactory.CreateAndOpenAsync());
 }