/// <summary> /// Run any fix up procedures that aren't handled in migrations /// </summary> /// <returns></returns> public async Task FixAccounts() { if (_options.Registration.StoreName) { await _store.FixUsernames(); } }