public async override Task OnInvokeAsync(MethodInterceptionArgs args)
 {
     args.ReturnValue = await args.InvokeAsync(args.Arguments);
 }