namespace View_by_Distance.Shared.Models.Stateless; public interface ILocation { const int Digits = 9; const int Factor = 10000; }