private async Task SaveItem()
        {
            await _service.SaveItemAsync(_item);

            await ClosePage();
        }