public override ISCAService GetSCAService()
 {
     return(serviceLocator.GetService <ISCAService>("antt.servicos/SCAService", SCAApplicationContext.ObterParametrosServico(), "antt"));
 }
 public ICadastroService GetCadastroService()
 {
     return(serviceLocator.GetService <ICadastroService>("antt.servicos/CadastroService", SCAApplicationContext.ObterParametrosServico(), "antt"));
 }