Gets the error response HTTP headers so that S3 specific information
             can be retrieved for debugging. Interesting fields are:
             a. x-amz-id-2
             b. Date
            
             A value can be retrieved from this HeaderCollection via:
             ResponseHeaders.Get("key");
             
 Declaration Syntax
 Declaration Syntax| C# | 
public WebHeaderCollection ResponseHeaders { get; }