namespace PRS.Mobile { public interface IKanbanSubscriberShell : IKanbanShell { bool IsManager { get; } bool IsEmployee { get; } bool IsObserver { get; } } }