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