Jak systemować func bool Unity

Task<bool> t1 = new Task<bool>(() => IsPrime(numberBeingTested));
Relieved Reindeer