namespace Bit.Icons.Services { public interface IDomainMappingService { string MapDomain(string hostname); } }