public class GetLocationSuggestionsRequestDto
{
    public string Input { get; set; }
}