public byte[] CalculateSha256(string filePath) { try { return(_files.CalculateSha256(filePath)); } catch (Exception e) { throw new RemoteNodeException(_machine, e); } }