public async Task InvokeNextBehavior() { if (InsideBehavior != null) { await InsideBehavior.Invoke().ConfigureAwait(false); } }