function OtherComponentUsingModel({model}: {model: TestClass}) {
    const methods = useObserver(model)

    return (
      <div>