public void Read_NonExistentFile_ExceptionThrown() { Assert.ThrowsAsync <KeyNotFoundException>(async() => await _sut.ReadFromCsv("hello")); }