I have one method in Windows Form App(.NET) where I make Rest call, deserialize the json in object and show the result in UI.
So I copied the same ex