namespace Bit.App.Abstractions { public interface IHttpService { ApiHttpClient Client { get; } } }