private bool Filter( ObjWithProps obj)
 {
     return obj.Weight > 140;
 }
 private string Process( ObjWithProps obj )
 {
     return obj.Name;
 }