private string GetCurrentLocation()
 {
     return(_citiesRepository.GetFavourite()?.Id.ToString());
 }