public void ShouldThrowExceptionWhenNoEntropy()
 {
     Assert.Throws(typeof(Exception), () => _subject.GetEntropy(0));
 }