public void get_file_contents_Name(FileInput input) { var file = _files.Find(input.Name); _writer.WriteFile(MimeType.Text, file.Path, input.Name); }