public bool DeleteFileByFileId(int fileId, string userId) { return(_fileRepository.DeleteFileByFileId(fileId, userId)); }