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