public TwoPropertyObject ComplexQueryMethod(TwoPropertyObjectV2 arg1)
 {
     return(null);
 }
 public TwoPropertyObject MultipleDeclaredSourceParams([SubscriptionSource] TwoPropertyObject data2, [SubscriptionSource] TwoPropertyObjectV2 data)
 {
     return(null);
 }
 public TwoPropertyObject DeclaredSourceSecond(TwoPropertyObject data2, [SubscriptionSource] TwoPropertyObjectV2 data)
 {
     return(null);
 }
 public TwoPropertyObject DeclaredSourceFirst([SubscriptionSource] TwoPropertyObjectV2 data, TwoPropertyObject data2)
 {
     return(null);
 }
 public TwoPropertyObject ExplicitSourceReference([SubscriptionSource] TwoPropertyObjectV2 data)
 {
     return(null);
 }
 public TwoPropertyObject MissingInputReferenceObject(TwoPropertyObjectV2 data)
 {
     return(null);
 }