/// <summary>
 ///   Init class.
 /// </summary>
 public static void Init()
 {
     if (fDeviceHelper == null)
     fDeviceHelper = new DeviceHelper();
 }
 public void Dispose()
 {
     DeviceHelper.AbortOperations();
 }