/// <summary>
 /// StopService
 /// </summary>
 public void StopService()
 {
     try
     {
         Constants.log.Info("Entering Listener Service StopService Method!");
         _listener.DisposeListener();
         Constants.log.Info("Entering Listener Service StopService Method!");
     }
     catch (Exception ex)
     {
         Constants.log.Error(ex.Message);
     }
 }