@NotNull
protected Map<MksSandboxInfo, String[]> createMembers(@NotNull MksVcs vcs, @NotNull VirtualFile... files) throws
VcsException {
DispatchBySandboxCommand dispatchAction =
new DispatchBySandboxCommand(vcs, files);
dispatchAction.execute();
Map<MksSandboxInfo, ArrayList<VirtualFile>> filesBysandbox = dispatchAction.getFilesBySandbox();
Map<MksSandboxInfo, String[]> result = new HashMap<MksSandboxInfo, String[]>();
for (Map.Entry<MksSandboxInfo, ArrayList<VirtualFile>> entry : filesBysandbox.entrySet()) {