public async void Apply()
        {
            await _viewModel.ApplyAsync();

            this.Close();
        }