public UnsoMessage(string pattern, MessageIndicationHandlers.UnsoHandler handler)
 {
     this.pattern         = pattern;
     this.startPattern    = pattern;
     this.description     = string.Empty;
     this.handler         = handler;
     this.completeChecker = null;
 }
			public UnsoMessage(string pattern, MessageIndicationHandlers.UnsoHandler handler)
			{
				this.pattern = pattern;
				this.startPattern = pattern;
				this.description = string.Empty;
				this.handler = handler;
				this.completeChecker = null;
			}