namespace DanieleMarotta.RiversongCodeShowcase { public interface IGameDataRuntimeId { int RuntimeId { get; set; } } }