public static bool Create(MuteType type, SearchMode search, string text, out Mute mute) { return((mute = new Mute(type, search, text)).Apply()); }