using System; namespace Application { public interface ICurrentUserProvider { Guid GetCurrentUserId(); } }