public void SourceNotGeneric() { Assert.Throws <InvalidOperationException>(() => sut.BindGeneric(typeof(string), typeof(List <>))); }