public bool EqualsInnAndKpp(ParsedOrganizationId that)
 {
     return inn == that.inn && kpp == that.kpp;
 }
 public bool EqualsExactly(ParsedOrganizationId that)
 {
     return organizationId == that.organizationId;
 }