/// writes Uuid
 void WriteUuid(const Uuid& uuid)
 {
    WriteBlock(uuid.Raw(), 16);
 }