public static void Debug(this IShamanLogger shamanLogger, string message)
 {
     shamanLogger.LogDebug(message);
 }