pub trait State: Sealed { type Quote; type Document; }
State trait tracking which required fields have been set