string
Added self tests to find async void methods. It found some cases where we passed an async lambda to a method that did not accept Action<Task> or Func<Task>. I fixed those tests.