namespace Treestar.Shared.AccessLayers; public interface IAccessLayerAuthenticationProvider { Task AddAuthentication(HttpRequestMessage request); }