[REQ][csharp] Make API response's headers case insensitive
Created by: saigiridhar21
Is your feature request related to a problem? Please describe.
As HTTP headers are case insensitive, it is better to make API response's header dictionary as case insensitive. This is a good to have feature.
Describe the solution you'd like
Use comparer in the API response's headers dictionary