namespace Octokit.Tests { public class GitHubConstants { public const string DefaultBranchName = "main"; } }