using System; using System.Collections.Generic; using System.Text; namespace Remotely.Desktop.Core.Interfaces { public interface ISessionIndicator { void Show(); } }