public void WhenNoVersionIsGiven_Throws()
 {
     Assert.Throws <InvalidOperationException>(() => _sut.Execute());
 }