Is there any possibility to add Func as a parameter, smth like `status = await testService.Method1("Hello from main thread", OnCallback);`
Is there any possibility to add Func as a parameter, smth like
status = await testService.Method1("Hello from main thread", OnCallback);