I could inject CancellationToken into ASP.NET Core action method, but I would instead prefer to work with it using action filter. How to get access to cancellation token while implementing IAsyncActionFilter? My method should not have it as a parameter then.