public PostsController(IMagneto magneto) => _magneto = magneto;
public UsersController(IMagneto magneto) => _magneto = magneto;