/// <summary>
 /// constructor
 /// </summary>
 public NlmpServer()
 {
     this.context = new NlmpServerContext();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public NlmpServer()
 {
     this.context = new NlmpServerContext();
 }