protocol ViewModel { associatedtype State var stateDidUpdate: ((State) -> Void)? { get set } }