While refactoring my User class, I created a new UserService class. After some work I decided to move all user related operations into a new microservice which resides under the "User" namespace.
My first move would be having User::UserService which seems a little bit redundant, but somehow User::Service also sounds fishy or plain lazy typing.
What is the common naming convention on popular Ruby gems for this case