public void WriteText(string text) { try { _fileIO.WriteContent(text); } catch (Exception ex) { throw ex; } }