Interface IHasMetadata
Anything with this interface has a property Metadata
which can give us more
information about that object.
[PublicApi]
public interface IHasMetadata
Properties
Metadata
Additional information, specs etc. about this thing which has metadata
[JsonIgnore]
IMetadataOf Metadata { get; }