public string GetCoordinates() { return(geoInfo != null ? $"{geoInfo.GetLatitude()},{geoInfo.GetLongitude()}" : string.Empty); }