namespace AdventOfCode.Core.Shared { public interface IChallange { Task GetSolutionPart1(); Task GetSolutionPart2(); } }