How to perform 'Get Username' in Apex.
// Task: Get Username
// Language: Apex
public void get_username() {
// Implementation for Get Username
Object result = ...; // Initialize variable
// TODO: Implement core logic here
// Step 1: Prepare data
// Step 2: Process Get Username
System.debug("Done");
}