/// The string label uniquely associated with this asset role
/// </summary>
public abstract string label { get; }
/// <summary>
/// A description for this asset role
public abstract string description { get; }
}