Changed the Response class so that it can be more extensible when it comes to adding new properties; you can derive from it or create a partial class. There is probably a better way to do this, perhaps using a dictionary of the properties brought back in response but this at least will save me the hassle of editing your nuget class.
Changed the Response class so that it can be more extensible when it comes to adding new properties; you can derive from it or create a partial class. There is probably a better way to do this, perhaps using a dictionary of the properties brought back in response but this at least will save me the hassle of editing your nuget class.