namespace Kreta.BusinessLogic.Interfaces { public interface IKretaIdentity { string ID { get; } } }