public static bool Launch(params string[] args) { if (Starship.Launch()) { return(true); } else { return(false); } }