public static IEnumerable <string> GetErrors(this TransferResult src)
 {
     return(src.GetFailedTxs().Select(x => x.Error));
 }