public static string Prefix(this ILoggable loggable, string addStr) { return(loggable.LogPrefix() + " " + addStr.GetSafe()); }