namespace DanieleMarotta.RiversongCodeShowcase { public interface IGameSystem { public string Name { get; } } }