private static void TearDown() { var attempts = LoginClient.GetAttempts(); FileWorker.Write("result.json", JsonConverter.Serialize(new Attempts(attempts.Item1, attempts.Item2))); }
public NotesRepository() { _fileWorker = new FileWorker(); }