namespace Birdmap.BLL.Interfaces { public interface ICommunicationService { public bool IsConnected { get; } } }