I have a current product that uses Hangfire and I would like to be able to enqueue a request in Hangfire from a Xamarin app. So far, there is 1 blocker to doing this. the Hangfire NuGet package depends on OWIN. I believe OWIN is only necessary for the Dashboard. I obviously don’t want to host the Dashboard on my Xamarin app. Does anyone know how I can make this work?