[WinRT] Protocolactivation: Sequence contains more than one element
description
Hi,
for some reason I Need to save a file in a share charm on WinRT. As FilePicker is not permitted in share charm, I decided to implement a protocol based call from share charm to my App. When doing so caliburn micro throws an exception "Sequence contains more than one element". Sample is attached. In the sample I added another button in main view, but same result.
Any Suggestion how to overcome this?