public IInvocationStarted DeserializeInvocationStarted(IPooledBuffer message)
 {
     using (var proto = InvocationStarted.Rent())
     {
         proto.MergeFrom(message);
         return(_messageFactory.CreateInvocationStarted());
     }
 }