public enum CameraTorchMode {
    /// Indicates that the torch should always be on.
    case on
    /// Indicates that the torch should always be off.
    case off