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