/// <summary> /// /// </summary> /// <param name="storage"></param> public static void InitStorage(IEfContextStorage storage) { if (storage == null) { throw new ArgumentNullException("storage", @"storage mechanism was null but must be provided"); } Storage = storage; }