internal static LocationMapping FromApi(ApiLocation location)
 => LocationMapping.Create(location.Latitude, location.Longitude);