namespace SPMS.Application.DTOs.Service; public class ServiceNameCheckResponseDto { public string ServiceName { get; set; } = string.Empty; public bool IsAvailable { get; set; } }