public static IPAddrType Create(IPAddrTypeEnum v)
 {
     return(new IPAddrType
     {
         InnerValue = v
     });
 }
 public static IPAddrType Create(IPAddrTypeEnum v)
 {
   return new IPAddrType {
     InnerValue = v
   };
 }