pub trait DynConfigurationKey { type Value: DeserializeOwned + Serialize; // Required method fn path(&self) -> &'static str; }