public PrimeiraApiController(IPrimeiraApi iPrimeiraApi)
 {
     this._iPrimeiraApi = iPrimeiraApi;
 }