Consider the following:
public abstract class Base { protected object _body; public object Body { get => _body;