public MsrpEventArgs(long sessionId, MsrpEventTypes type) : base() { this.sessionId = sessionId; this.type = type; }