/// <summary> /// Creates a root Udi for an entity type. /// </summary> /// <param name="entityType">The entity type.</param> /// <returns>The root Udi for the entity type.</returns> public static Udi Create(string entityType) => UdiParser.GetRootUdi(entityType);