namespace TheCyclopsContracts.Infrastructure; public interface IValidation { void Validate(); }