public static Task <T> ProjectToSingleAsync <T>(this IQueryable queryable, IProjector projector) => projector.ProjectToSingleAsync <T>(queryable);