public void Send(Command command)
 {
     _batcher.Add(command);
 }
 public void Send(Command command)
 {
     _batchingLogger.Add(command);
 }