It's available off of Fixture.Context.Cancellation, but still, make it a little easier.
So, a Fixture grammar like this:
public Task DoSomething(CancellationToken cancellation)
{
}
The "cancellation" argument would not be a Cell, and would get the CancellationToken for the current specification