namespace GiteaHelpMCP.Base { public class MsBase { public static string token { get; set; } public static string url { get; set; } } }