namespace MyWarehouse.Infrastructure.Common.Validation; internal interface IValidatable { public void Validate(); }