namespace Goap.Core { public interface IClassRef { string Name { get; set; } string Id { get; set; } } }