namespace UtopiaCanteen.Shared;
public sealed class EmployeeLocationSiteResponse
{
public string? LocationSiteId { get; set; }
}