public ProfilesControllerEndToEndTests(IEndToEndTestsFixture fixture)
 {
     _chatServiceClient = fixture.ChatServiceClient;
 }
 public ImagesControllerEndToEndTests(IEndToEndTestsFixture fixture)
 {
     _imageServiceClient = fixture.ChatServiceClient;
 }
 public ConversationsControllerEndToEndTests(IEndToEndTestsFixture fixture)
 {
     _chatServiceClient = fixture.ChatServiceClient;
 }