namespace Barcode.Host.Shared.Models.Stateless; public interface IPostService { HttpResponseMessage Post(string postTo, HttpClient httpClient, Notification notification); Task PostAsync(string postTo, HttpClient httpClient, Notification notification); }