namespace SimulationServer; public struct DVector { public double Latitude; public double Longitude; public double Altitude; }