public GithubApiFacade(IGithubApiService githubApiService) { _githubApiService = githubApiService; }
public App(Settings settings, IGithubApiService githubApiService, IGithubActionService githubActionService) { _settings = settings; _githubApiService = githubApiService; _githubActionService = githubActionService; }