Add a specific statuc code handler for Bad Request as a generic method. Something like: `restling.Get<NormalType, GenericErrorType, BadRequestType>(args);`
Add a specific statuc code handler for Bad Request as a generic method.
Something like:
restling.Get<NormalType, GenericErrorType, BadRequestType>(args);