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