public MobileProfileController(IProfileManifestRepository profileRepository, IProfileCookieEncoder encoder)
 {
     _profileRepository = profileRepository;
     _encoder = encoder;
 }
 public MobileProfileController(IProfileManifestRepository profileRepository, IProfileCookieEncoder encoder)
 {
     _profileRepository = profileRepository;
     _encoder           = encoder;
 }