Variable Person.id_

class Person
{
  // ...
  ulong id_ ;
  // ...
}