pub fn load_private_key_from_file(
    path: &Path
) -> Result<PrivateKey, Box<dyn Error>>