pub type DynRemoteGitClient = Box<dyn RemoteGitEngine>;
pub struct DynRemoteGitClient(/* private fields */);