public void SourceOfComposableFunctionIsNotCallable()
 {
     Assert.Throws <InvalidOperationException>(() => DataSourceStubs.Source <object>("Namespace", "Function"));
 }
 public void SourceOfEntityContainerElementIsNotCallable()
 {
     Assert.Throws <InvalidOperationException>(() => DataSourceStubs.Source <object>("EntitySet"));
 }