protected override string PostFile(string filename, string mimeType, byte[] content) { try { return(webService.PostFile(filename, mimeType, content)); } catch (Exception exception) { ProcessException(exception); return(null); } }