public IntersectService(IEllipsoid ellipsoid)
 {
     _ellipsoid  = ellipsoid;
     _interPoint = new IntermediatePointService(ellipsoid);
 }