I have a ViewModel that I pass from my server to my client:
public class SomeViewModel { public string ViewName {get;set;} }
I have the follo