public TestController(IDataGentRepoAsync dataGentRepoAsync)
 {
     this._dataGentRepoAsync = dataGentRepoAsync;
 }
 public DataGentService(IDataGentRepoAsync dataGentRepoAsync)
 {
     _dataGentRepoAsync = dataGentRepoAsync;
 }