I have a web API endpoint returning model like this:
public class Response { public int Result { get; set; } public string Name { get; set; } // s