using System.Threading.Tasks; namespace Netch.Utils { public static class TplExtensions { public static void Forget(this Task? task) { } } }