public void Ok(PaginatedPosts posts) => Posts = posts;
 void IOutputPort.Ok(PaginatedPosts posts) => _viewModel = Ok(posts);