namespace Alchegos.Core.Services.Gitea; public class GiteaApiOptions { public string BaseUrl { get; set; } public string Token { get; set; } }