protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Servico args)
        {
            try
            {
                var c4GCreateServicoResult = await C4G.CreateServico(servico);

                DialogService.Close(servico);
            }
            catch (Exception c4GCreateServicoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Servico!");
            }
        }