public void MyOtherMethod() { RustPlayer player = new RustPlayer(); player.Username = "******"; player.SteamId = ulong.MaxValue; string helloMessage = this.SayHello(player.Username); }