Resolves the issue where a configuration with certain base URLs would not result in the desired url when a path was added to it. For example: "https://example.com/base" & "/path/to/something" would result in "https://example.com/path/to/something" (with the "base" part removed).
Coverage decreased (-0.1%) to 46.991% when pulling 55a66c43cc162859eda09b55b63e2de8ac60f15b on githuib:fix/url-path-appending into d2a3e61d0cc3ef1bae9fb1c7015b98e1cdb2d7d4 on Bynder:master.
Builds upon the work done in https://github.com/Bynder/bynder-c-sharp-sdk/pull/60
Resolves the issue where a configuration with certain base URLs would not result in the desired url when a path was added to it. For example: "https://example.com/base" & "/path/to/something" would result in "https://example.com/path/to/something" (with the "base" part removed).