GSF, move methods that do not need to be class member (i.e not use anything...
GSF, move methods that do not need to be class member (i.e not use anything from this) to be in an anonymous namespace
These were identified by readability-convert-member-functions-to-static
clang-tidy.
But I opted to move them in anonymous namespace in the .cxx rather have them as static (same effect) .