diff --git a/src/01/KSociety.SharpCubeProgrammer/Interface/ICubeProgrammerApiAsync.cs b/src/01/KSociety.SharpCubeProgrammer/Interface/ICubeProgrammerApiAsync.cs
index 5fa8f6b..453ad7a 100644
--- a/src/01/KSociety.SharpCubeProgrammer/Interface/ICubeProgrammerApiAsync.cs
+++ b/src/01/KSociety.SharpCubeProgrammer/Interface/ICubeProgrammerApiAsync.cs
@@ -120,7 +120,7 @@ public interface ICubeProgrammerApiAsync : IAsyncDisposable
/// This routine allows to choose the verbosity level for display.
///
/// Indicates the verbosity number 0, 1 or 3.
- ValueTask SetVerbosityLevelAsync(CubeProgrammerVerbosityLevel level, CancellationToken cancellationToken = default);
+ ValueTask SetVerbosityLevelAsync(VerbosityLevel level, CancellationToken cancellationToken = default);
///
/// This routine allows to check connection status [maintained or lost].