public IDataPacket Append(IDataPacket dataPacket)
 {
     return(DataPacket.Append(dataPacket));
 }