namespace ServiceStationContracts.SearchModels
{
public class ClientSearchModel
public int? Id { get; set; }
public string? Login { get; set; }
}