private void SendMessage(OperationResult <TIdType, TValue> sendData)
 {
     _networkComponent.Send(sendData.SendTo, _id);
 }