public CustomersController(IApiService apiService) { _apiService = apiService; if (!_apiService.IsAutenticate()) { _apiService.Autenticar(); } }