namespace Birdmap.BLL.Interfaces { public interface ICommunicationServiceProvider { public ICommunicationService Service { get; } } }