public static void Write(string text, MessageType type = MessageType.Default) { Writer?.Invoke(text, type); LoggerInstance?.LogInfo(text); }