/// <summary> /// Adds local storage of <typeparamref name="TValue"/> value type with <typeparamref name="TKey"/> key type. /// </summary> public static StorageBuilder AddHistoricalLocal <TKey, TValue>(this StorageBuilder builder) => builder .AddHistoricalLocal(typeof(TKey), typeof(TValue));