public PersonController(IPersonCommandService personCommandService, IPersonReportService personReportService)
 {
     _personReportService  = personReportService;
     _personCommandService = personCommandService;
 }
 public PersonController(IPersonCommandService personCommandService, IPersonReportService personReportService)
 {
   _personReportService = personReportService;
   _personCommandService = personCommandService;
 }