public IResult GetApprovalDetails(Guid entityId) { var app = _approvalManager.ApprovalTransactionDetails(entityId); return(app); }