Could not make class "User" observable. Changes needed:
  1. Remove static modifier from the field "foobar".
  2. Remove static modifier from the method "getUser".
  3. Remove final modifier from fields "id" and "firstName".
  4. Return a Future or a Stream from the method "nonAsyncObservableMethod".