diff --git a/src/Proto.TestKit/ITestProbe.cs b/src/Proto.TestKit/ITestProbe.cs
index e337fbb736..bfc3c75d3e 100644
--- a/src/Proto.TestKit/ITestProbe.cs
+++ b/src/Proto.TestKit/ITestProbe.cs
@@ -57,6 +57,34 @@ public interface ITestProbe
///
T GetNextMessage(Func when, TimeSpan? timeAllowed = null);
+ ///
+ /// asynchronously gets the next message from the test probe
+ ///
+ ///
+ ///
+ ///
+ Task