private async void UpdateClientType()
        {
            await _service.UpdateClientType(_CurrentClientType);

            Navigate();
        }