public Response GenerateAll() { try { return(_adapterProvider.Generate()); } catch (Exception ex) { return(PrepareErrorResponse(ex)); } }