public static IEnumerable <Email> EnqueuedEmails(this ITestFixture fixture) =>
 fixture.EnqueuedJobs <EmailJob>().Select(x => x.Email);