public MyWrapper(SourceObject sourceObject)
 {
     this.Points = sourceObject.ListPoints();
 }