Is it possible to create an observable of type Queue using mobx? Example without mobx: `Queue hasDataToSync = Queue<QueueModel>(); `