private IGenericOperation <DocumentBase, InputBase> GetEntityOperations(string entityOperationName) => (IGenericOperation <DocumentBase, InputBase>)Manager.GetType().GetProperty(entityOperationName).GetValue(Manager);