The `FrameAdapter` should use an interface for `void OnViewReady(object view)` instead of referencing the class `ViewAware` directly.
Extending `IViewAware` would be an option.
Extending `IViewAware` would be an option.