UserRepository

@Inject
constructor(webservice: DefaultApi, userCache: Cache<Profile>, dataCache: Cache<StoryData>, memberCache: Cache<UserDto>)