public static void Clear()
 {
     _instance._results.Clear();
     IsolatedStorageHelper.Delete(_serializationPath);
 }
 public static bool RemoveLicenseKey()
 {
     return(IsolatedStorageHelper.Delete(LICENSE_KEY_PATH));
 }