public ConnectionSentEvent(ConnectionSentContext param) { Parameter = param; }
public void Send(ConnectionSentContext param) { Emit(new ConnectionSentEvent(param)); }
public ConnectionSentCommand(ConnectionId id, ConnectionSentContext param) : base(id) { Parameter = param; }