I have app which works with Retrofit2, liveData and Coroutines for get information by my API. I need to cancel job, if we start new one, I try to use Job.cancel(), but something