public static string MyOtherMethod() { var steamId = ulong.MaxValue; RustPlayer player = new RustPlayer(); player.SteamId = steamId; player.Username = GetSteamName(steamId); var helloMessage = SayHello(player.Username); return helloMessage; }