pub trait ParameterChangeExt {
    // Required method
    fn apply_changes(
        &self,
        app_parameters: AppParameters,
    ) -> Result<AppParameters, Error>;
}pub trait ParameterChangeExt {
    // Required method
    fn apply_changes(
        &self,
        app_parameters: AppParameters,
    ) -> Result<AppParameters, Error>;
}