pub trait UrlPathParam { // Required method fn from_value(value: &Value) -> Option<Self> where Self: Sized; }