public void ThrowsExceptionWhenNoMatchesAreSent()
 {
     Assert.Throws <ArgumentException>(() => { repository.AddMatches(null); });
 }