public SocketEventArgs(int eventId, R3eApiSocket socket) : base(eventId) { Socket = socket; }
public StartSocketCommand(R3eApiSocket socket) { this.socket = socket; }