Removed public SetHost() as it is not required for Go [SetDataResidency does exactly the same thing]
Shifted SetDataResidency() to sendgrid.go since it is specific to that only. Earlier it was in base_interface.go which means if someone creates a twilio_email request, then also they would be able to access SetDataResidency() and overrides host. But that doesn't make sense since it is specific to sendgrid only.
Checklist
[x] I acknowledge that all my contributions will be made under the project's license
[x] I have made a material change to the repo (functionality, testing, spelling, grammar)
Fixes
Checklist
If you have questions, please file a support ticket.