public object Execute(SampleQueryModel source) { Console.WriteLine(source.Value); return(null); }
public bool Execute(SampleQueryModel input) { return(input.Value % 2 == 0); }