public RegistrationEventArgs(RegistrationEventTypes type, short sipCode, String phrase) : base() { this.type = type; this.sipCode = sipCode; this.phrase = phrase; }