pub type VersionUpdate = OptionalUpdate<String>;
pub enum VersionUpdate { SetDefault, Missing, Update(String), }