namespace YavscLib.HairCut { public interface IPrestation { long Id { get; set; } int Length { get; set; } } }