public IsolatedStorageFileExceptionlessLogTests() {
     _storage = new IsolatedStorageFileStorage();
 }
 public IsolatedStorageFileExceptionlessLog(string filePath, bool append = false) : base(filePath, append) {
     _storage = new IsolatedStorageFileStorage();
 }