Returns the username of the logged in user.
Linux: If you are running sudo this will still return the actual username rather than root.
@override String get loggedInUser => 'root';