namespace Giants.Services { using System.Threading.Tasks; public interface IUpdaterService { Task GetVersionInfo(string gameName); } }