public IHttpActionResult AlterarStatus(long id) { return(HandleCallback(() => _contaServico.AlterarStatusConta(id))); }