Hi, We were looking for an alternative when it comes to setting a .yaml file for storing our ebay credentials when using the ebay Oauth client. `String path = @"../../../ebay-config-sample.yaml";` `production-user: username: <production-username> password: <production-user-password>` is there any way to insert it as an object, instead of a text file / yaml when calling CreateAuthorizationHeader_Success method?