Username
A value class representing a username that always starts with the "@" symbol.
This class is used to encapsulate the concept of a username, enforce its format, and ensure consistency when dealing with usernames throughout the application.
Throws
if the provided full value doesn't start with "@" during initialization.