namespace CK.SCP.Models.AppBoxEntity { public interface IKeyID { int ID { get; set; } } }