[style][fix] Rename private member variables
Description
Previously private member variables of the CouplingAdapter and related classes were prefixed with an underscore which is illegal. The private member are now suffixed with an underscore.
Closes #26 (closed)
Checklist
-
I made sure that the source files are formatted properly. -
I added my changes to the changelog ( CHANGELOG.md
)