using TNodeCore.Models; namespace TNodeCore.Runtime{ public class RuntimeBlackboard where T:BlackboardData{ public T Data { get; set; } } }