namespace DanieleMarotta.RiversongCodeShowcase { public interface IUnlocksService { void Unlock(UnlockDefinition unlock); void UnlockAll(); } }