namespace AutobusApi.Domain.IEntities; public interface ICoordinates { double Latitude { get; } double Longitude { get; } }