namespace NetworkResurrector.Application.Services
{
public interface IValidationService
bool IsValidIPAddress(string ipAddress);
}