public static void SendCloseAck(Own destination) { var command = new CloseAckCommand(destination); SendCommand(command); }
internal virtual void Process(CloseAckCommand command) { throw new NotImplementedException(); }