public static IEnumerable <Fee> ListFees(this IFeeRepository repo) => repo.ListFeesAsync().WrapResult();