namespace ScoreTracker { internal class Consts { public static string ApiUrl = "http://localhost:7500"; } }