public ResourceKey(string id, string versionId = null)
     : base(ModelInfoProvider.GetFhirTypeNameForType(typeof(T)), id, versionId)
 {
 }