pub type TransferRingControllerError = Error;
enum TransferRingControllerError { AddEvent(Error), CreateEvent(Error), }