public void ShareFile(string guid, [FromBody] Dictionary <string, Permission> shareWith)
 {
     serverInterface.ShareFile(guid, shareWith);
 }