public GMUNICIPIO ObterPorNome(string nome) => Service.ObterPorNome(Regex.Replace(nome, "\\(.+?\\)", string.Empty).Trim());