public static T SetOrientation <T>(this T entity, LocationDefinitions.Orientation value)
     where T : EmbeddedPropDescription
 {
     entity.SetField("orientation", value);
     return(entity);
 }
 public static T SetOrientation <T>(this T entity, LocationDefinitions.Orientation value)
     where T : InteractionNodeDescription
 {
     entity.SetField("orientation", value);
     return(entity);
 }