public async Task <IEnumerable <ReportRoot> > Get(GetReportByCapabilityIdentifierCommand command)
 {
     return(await _applicationFacade.Execute(command));
 }