using System.Threading.Tasks; namespace Tapeti.Transient { public interface ITransientPublisher { Task RequestResponse(TRequest request); } }