public static Position GetPosition(this IZone zone, Position position)
 {
     return(zone.GetPosition(position.intX, position.intY));
 }