private async Task SendAsync(Message reply)
 {
     await _connection.SendAsync(reply.All);
 }