public static bool CanSyncRefundsToAcumatica(this SystemState state)
 {
     return(state.CanSyncOrdersToAcumatica());
 }