I have a Service that loads data from via http request every second.
Service
I am wondering how to implement the service in my current MVVM structure.
A s