namespace Kreta.Naplo.Domain.V3.Interfaces { public interface IReadonlyUidRaw { string UidRaw { get; } } }