public async Task <string> ReadFailureReport()
 {
     return(await da.ReadFailureReport());
 }