pub trait SignerConfigValidate { // Required method fn validate(&self) -> Result<(), ConfigFileError>; }