protected void setUp() throws Exception {
   super.setUp();
   Common.clearStorageFile();
 }
  protected void setUp() throws Exception {
    super.setUp();

    EncryptionNone.initEncryption();
    Common.clearStorageFile();
  }