public PidUriTemplateFlattenedBuilder WithIdType(IdType idType)
 {
     _template.IdType = idType.GetEnumMember();
     return(this);
 }