private static void CheckInstance()
 {
     if (_dcsbiosStringListener == null)
     {
         _dcsbiosStringListener = new DCSBIOSStringListener();
     }
 }
 public static void Close()
 {
     _dcsbiosStringListener = null;
 }