public function testAccountControllerIndexRuns()
 {
     $controller = new AccountController();
     $response = $controller->index();
     $this->assertNotEmpty($response);
 }