Given this definition:
[UniqueId("Ident")]
public class MyClass : MyBase
{
public int Ident{ get; }
}
What is the best way from the "MyBase" class to get the "UniqueId" attribute, find the matching property name and get the underlying value?