public void Write(string[] texts) { function(Formator.Process(texts, format)); }
public void Write(string text) { function(Formator.Process(new string[] { text }, format)); }