namespace VCommon.VApplication.Dto { public interface IHaveName { string Name { get; set; } } }