namespace GodotHostTest.Interfaces; public interface ILevelDataProvider { public ILevel GetLevelData(int levelNumber); }